home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / misc / atariem2.txt < prev    next >
Text File  |  1995-04-22  |  858b  |  24 lines

  1. This is the second attempt to upload atariemu.zip.  Appartently 
  2. the first attempt was corrupted. 
  3.  
  4. The file atariemu.zip contains the source code for an atari 400/800 
  5. atari emulator.  There are three seperate files included in atariemu.zip:  
  6.     ataricpp.zip 
  7.     atsim.zip 
  8.     siocopya.zip 
  9.  
  10. File ataricpp.zip is the c++ source code for a test Atari emulator.  I  
  11. used the c++ version to test some of my ideas. 
  12.  
  13. File atsim.zip is the source code for the 80x86 assembler version 
  14. of the Atari emulator.  This version is more complete than the c++  
  15. version, but not finished. 
  16.  
  17. The file siocopya.zip contains a program that can read data from the 
  18. Atari disk drive using a simple cable connected to the parallel port. 
  19. This was a test program to see if I could use this type of method  
  20. as part of the emulator. 
  21.  
  22. I hope you find this useful, 
  23.  
  24. Mike Munoz